Namespace:  T4.API
Assembly:  T4API.20 (in T4API.20.dll)

Syntax

C#
public delegate void AccountNotifyEventHandler(
	Account poAccount,
	string psText,
	bool pbImportant
)
Visual Basic (Declaration)
Public Delegate Sub AccountNotifyEventHandler ( _
	poAccount As Account, _
	psText As String, _
	pbImportant As Boolean _
)
Visual C++
public delegate void AccountNotifyEventHandler(
	Account^ poAccount, 
	String^ psText, 
	bool pbImportant
)

Parameters

poAccount
Type: T4.API..::.Account
psText
Type: System..::.String
pbImportant
Type: System..::.Boolean

See Also