mCore™ .NET SMS Library 1.2

mCore.SMS.QueueVCardSendingEventHandler Delegate

Description:

Represents the method that will handle the QueueVCardSending event of a mCore.SMS object.

Namespace: mCore
Assembly: mCoreLib (in mCoreLib.dll)

Exceptions:

mCore.GeneralException

Syntax:

Visual Basic (Declaration)

Public Delegate Sub QueueVCardSendingEventHandler ( _
         sender As Object, e As QueueVCardSendingEventArgs)

 
Visual Basic (Usage)

Dim instance As New QueueVCardSendingEventHandler(AddressOf HandlerMethod)

 
C#

public delegate void QueueVCardSendingEventHandler (
         Object sender, QueueVCardSendingEventArgs e)

Parameters:

sender
The sender of the event which is the mCore.SMS object

e
A QueueVCardSendingEventArgs object that contains the event data.

Remarks:

When you create a QueueVCardSendingEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

See Also:

mCore.SMS.QueueVCardSending Event
mCore.QueueVCardSendingEventArgs Class

 

Copyright © IG Logix Softech Pvt Ltd, All Rights Reserved