DataFormPropertyGenerationEventHandler Delegate
In This Article
A method that will handle the DataFormView.GeneratePropertyItem event.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public delegate void DataFormPropertyGenerationEventHandler(
object sender,
DataFormPropertyGenerationEventArgs e
);
#Parameters
Name | Type |
---|---|
sender | Object |
e | Data |
See Also