AllowPropertyEventHandler Delegate
A method that handles the AllowProperty event.
Namespace: DevExpress.Xpf.Core.Serialization
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public delegate void AllowPropertyEventHandler(
object sender,
AllowPropertyEventArgs e
);
Parameters
Name | Type | Description |
---|---|---|
sender | Object | The event source. |
e | AllowPropertyEventArgs | Event data. |
See Also