Delegate ControlPropertyDelegate
Represents the method that will handle the property and modify property value.
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 13.30.0
public delegate void ControlPropertyDelegate(MetaObjectProperty property);
Parameters
Constructors
Declaration
public ControlPropertyDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(MetaObjectProperty property, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
MetaObjectProperty |
property |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(MetaObjectProperty property)
Parameters