Delegate TabPageAdvanced.PropChangeHandler
Handler signature for a tab page property change, receiving the page, the TabPageAdvanced.Property that changed and its previous value.
Assembly: Reportman.Drawing.Forms.dll
Syntax
public delegate void TabPageAdvanced.PropChangeHandler(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue)
Parameters
| Type |
Name |
Description |
| TabPageAdvanced |
page |
Handler signature for a tab page property change, receiving the page, the that changed and its previous value. |
| TabPageAdvanced.Property |
prop |
Handler signature for a tab page property change, receiving the page, the that changed and its previous value. |
| object |
oldValue |
Handler signature for a tab page property change, receiving the page, the that changed and its previous value. |
Constructors
View Source
PropChangeHandler(object, nint)
Declaration
public PropChangeHandler(object @object, nint method)
Parameters
Methods
View Source
BeginInvoke(TabPageAdvanced, Property, object, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue, AsyncCallback callback, object @object)
Parameters
Returns
View Source
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
View Source
Invoke(TabPageAdvanced, Property, object)
Declaration
public virtual void Invoke(TabPageAdvanced page, TabPageAdvanced.Property prop, object oldValue)
Parameters