Initialize(T) Method

GWN Framework Contact Manager

IGwnInitialize..::..Initialize<(Of <(<'T>)>)> Method

Initializes the specified sender.

Namespace:  Gwn.Common.Library.Interfaces
Assembly:  Gwn.Common.Library (in Gwn.Common.Library.dll)

Syntax


T Initialize<T>(
	Object sender,
	EventArgs e
)

Type Parameters

T

Parameters

sender
Type: Object
The sender.
e
Type: EventArgs
The EventArgs instance containing the event data.

Return Value

T.