Class GetEnumIndexedValues
Delegate to set values in enum property
Inheritance
object
GetEnumIndexedValues
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public sealed class GetEnumIndexedValues : MulticastDelegate
Constructors
GetEnumIndexedValues(object, IntPtr)
Declaration
public GetEnumIndexedValues(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(IST_CustomEnumIndexedPropHelper prop, AsyncCallback callback, object @object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(IST_CustomEnumIndexedPropHelper prop)
Parameters