Class PropertyChangingEventHandler
Delegate declaration for property changing events.
Inheritance
System.Object
PropertyChangingEventHandler
Assembly: Syncfusion.Diagram.Base.dll
public sealed class PropertyChangingEventHandler : MulticastDelegate
Constructors
Declaration
public PropertyChangingEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(PropertyChangingEventArgs evtArgs, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(PropertyChangingEventArgs evtArgs)
Parameters