Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ControlPropertyDelegate

Represents the method that will handle the property and modify property value.

Inheritance
System.Object
ControlPropertyDelegate
Namespace: Mediachase.BusinessFoundation.Data.Meta.Management
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 14.26.0
Syntax
public sealed class ControlPropertyDelegate : MulticastDelegate

Constructors

ControlPropertyDelegate(Object, IntPtr)

Declaration
public ControlPropertyDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(MetaObjectProperty, AsyncCallback, Object)

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

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result

Invoke(MetaObjectProperty)

Declaration
public virtual void Invoke(MetaObjectProperty property)
Parameters
Type Name Description
MetaObjectProperty property