| RetrieveCustomPrompt Delegate |
Encapsulates the address of a client function from which the prompt will be generated.
Namespace: Inkostar.DelegatesAssembly: LyncPlatformLibrary (in LyncPlatformLibrary.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate string RetrieveCustomPrompt(
Object sender,
EventArgs e
)
Public Delegate Function RetrieveCustomPrompt (
sender As Object,
e As EventArgs
) As String
public delegate String^ RetrieveCustomPrompt(
Object^ sender,
EventArgs^ e
)
type RetrieveCustomPrompt =
delegate of
sender : Object *
e : EventArgs -> stringParameters
- 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