Class ActiveInterestsChanged
Delegate used for raising events when the number of active interests are changed.
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class ActiveInterestsChanged : MulticastDelegate
Constructors
ActiveInterestsChanged(Object, IntPtr)
Delegate used for raising events when the number of active interests are changed.
Declaration
public ActiveInterestsChanged(object object, IntPtr method)
Parameters
Type | Name | Description |
---|---|---|
Object | object | |
IntPtr | method |
Methods
BeginInvoke(Int32, AsyncCallback, Object)
Delegate used for raising events when the number of active interests are changed.
Declaration
public virtual IAsyncResult BeginInvoke(int activeInterests, AsyncCallback callback, object object)
Parameters
Type | Name | Description |
---|---|---|
Int32 | activeInterests | |
AsyncCallback | callback | |
Object | object |
Returns
Type | Description |
---|---|
IAsyncResult |
EndInvoke(IAsyncResult)
Delegate used for raising events when the number of active interests are changed.
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type | Name | Description |
---|---|---|
IAsyncResult | result |
Invoke(Int32)
Delegate used for raising events when the number of active interests are changed.
Declaration
public virtual void Invoke(int activeInterests)
Parameters
Type | Name | Description |
---|---|---|
Int32 | activeInterests |
Extension Methods
EnumUtil.MapEnums<From, To>(From)