[Category("GoView")] [Description("The user has finished editing an object (a GoSelectionEventHandler)")] public event GoSelectionEventHandler ObjectEdited
Event Data
The event handler receives an argument of type GoSelectionEventArgs containing data related to this event. The following GoSelectionEventArgs properties provide information specific to this event.
Property | Description |
---|---|
GoObject | Gets or sets the GoObject associated with this event. |
See Also