DesignerActionListsChangedEventArgs::RelatedObject Property
.NET Framework (current version)
Gets the object that that is associated with the collection of DesignerActionList objects.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Object^The Object associated with the managed DesignerActionListCollection.
The RelatedObject property enables the programmer to associate an object to an instance of the DesignerActionListsChangedEventArgs class.
For the DesignerActionListsChanged event, the RelatedObject property should always reference the System.ComponentModel::Component that the DesignerActionListCollection is associated with.
.NET Framework
Available since 2.0
Available since 2.0
Show: