Delegate PropertyChangedEventHandler
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Represents the method that will handle the event raised when a Property is changed
public delegate void PropertyChangedEventHandler(object sender, PropertyChangedEventArgs e)
Parameters
senderobject- Represents the method that will handle the event raised when a Property is changed
ePropertyChangedEventArgs- Represents the method that will handle the event raised when a Property is changed
- Extension Methods
Constructors
PropertyChangedEventHandler(object, IntPtr)
public PropertyChangedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(object, PropertyChangedEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(object sender, PropertyChangedEventArgs e, AsyncCallback callback, object @object)
Parameters
senderobjectePropertyChangedEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(object, PropertyChangedEventArgs)
public virtual void Invoke(object sender, PropertyChangedEventArgs e)
Parameters
senderobjectePropertyChangedEventArgs