Skip to main content
All docs
V23.2

AllowPropertyEventHandler Delegate

A method that handles the AllowProperty event.

Namespace: DevExpress.Xpf.Core.Serialization

Assembly: DevExpress.Xpf.Core.v23.2.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