Class PropertyChangingEventHandler
Represents the method that will handle the INotifyPropertyChanging.PropertyChanging
event of an INotifyPropertyChanging interface.
Inheritance
System.Object
PropertyChangingEventHandler
Assembly: Syncfusion.Maui.DataSource.dll
Syntax
public sealed class PropertyChangingEventHandler : MulticastDelegate
Constructors
PropertyChangingEventHandler(Object, IntPtr)
Declaration
public PropertyChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, PropertyChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, PropertyChangingEventArgs)
Declaration
public virtual void Invoke(object sender, PropertyChangingEventArgs e)
Parameters