PropertyStoreParent Property |
Gets the parent object that this property store is attached to
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object Parent { get; }
Public ReadOnly Property Parent As Object
Get
member Parent : Object with get
Property Value
Type:
ObjectThe parent object
Remarks
This is used to attach/remove events
See Also