A runtime form designer control

FormDesigner Events

The events of the FormDesigner class are listed below. For a complete list of FormDesigner class members, see the FormDesigner Members topic.

Public Instance Events

ComponentAdded Occurs when a component has been added.
ComponentAdding Occurs when a component is in the process of being added.
ComponentChanged Occurs when a component has been changed.
ComponentChanging Occurs when a component is in the process of being changed.
ComponentRemoved Occurs when a component has been removed.
ComponentRemoving Occurs when a component is in the process of being removed.
ComponentRename Occurs when a component is renamed.
ComponentSelecting Occurs for each component that is getting selected during a component selection operation.
DeserializeComponent Occurs after properties of a component have been deserialized.
DeserializeForm Occurs after the form level properties have been deserialised during LoadLayout.
EndDeserializeForm Occurs immediately after layout deserialization is complete.
EndSerializeForm Occurs immediately after layout serialization is complete.
SelectionChanged Occurs when the current selection changes.
SelectionChanging Occurs when the current selection is about to change.
SerializeComponent Occurs after properties of a component have been serialized.
SerializeForm Occurs after the form level properties have been serialized.
StartDeserializeForm Occurs just before starting layout deserialization.
StartSerializeForm Occurs just before starting layout serialization.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace