Subscriber portal
Gets the object that raises the event.
Public ReadOnly Property EventSource As Object
The object that raised the event.
The following code example shows how to obtain the EventSource value.
' Gets the event source. Public Function GetEventSource() As [Object] ' Get the event source. Dim [source] As [Object] = Me.EventSource Return [source] End Function 'GetEventSource
WebBaseEvent ClassSystem.Web.Management Namespace