ObjectEventArgsTObject Property
|
Gets/sets the object of the event
Namespace:
Ingeniux.CMS.Event
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax public T Object { get; set; }
Public Property Object As T
Get
Set
public:
property T Object {
T get ();
void set (T value);
}
member Object : 'T with get, set
Property Value
Type:
TSee Also