Show / Hide Table of Contents

Delegate ActiveInterestsChanged

Delegate used for raising events when the number of active interests are changed.

Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public delegate void ActiveInterestsChanged(int activeInterests)
Parameters
Type Name Description
int activeInterests

New number of active interests.

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(int, 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
int 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(int)

Delegate used for raising events when the number of active interests are changed.

Declaration
public virtual void Invoke(int activeInterests)
Parameters
Type Name Description
int activeInterests

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top