Click or drag to resize
RetrieveCustomPrompt Delegate
Encapsulates the address of a client function from which the prompt will be generated.

Namespace: Inkostar.Delegates
Assembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public delegate string RetrieveCustomPrompt(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
An object containing the source of the delegate.
e
Type: SystemEventArgs
The event argument.

Return Value

Type: String
The prompt being returned.
See Also