RowColumnChangeEventArgsExtendedProperties Property |
Gets the extended properties of the event args.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Hashtable ExtendedProperties { get; }
Public ReadOnly Property ExtendedProperties As Hashtable
Get
public:
property Hashtable^ ExtendedProperties {
Hashtable^ get ();
}
member ExtendedProperties : Hashtable with get
Property Value
Type:
Hashtable
The extended properties.
See Also