DesignerActionListsChangedEventArgs.RelatedObject 屬性

定義

取得與 DesignerActionList 物件集合相關聯的物件。

public:
 property System::Object ^ RelatedObject { System::Object ^ get(); };
public object RelatedObject { get; }
public object? RelatedObject { get; }
member this.RelatedObject : obj
Public ReadOnly Property RelatedObject As Object

屬性值

與 Managed Object 相關聯的 DesignerActionListCollection

備註

屬性 RelatedObject 可讓程式設計人員將對象與類別的 DesignerActionListsChangedEventArgs 實例產生關聯。

DesignerActionListsChanged針對 事件,RelatedObject屬性應該一律參考 System.ComponentModel.ComponentDesignerActionListCollection 與相關聯的 。

適用於

另請參閱