Condividi tramite


BeforeOnBehalfOfInitialized Delegate

Definition

Signature for a sync event that fires before the on-behalf-of flow is initialized.

public delegate void BeforeOnBehalfOfInitialized(OnBehalfOfEventArgs eventArgs);
type BeforeOnBehalfOfInitialized = delegate of OnBehalfOfEventArgs -> unit
Public Delegate Sub BeforeOnBehalfOfInitialized(eventArgs As OnBehalfOfEventArgs)

Parameters

eventArgs
OnBehalfOfEventArgs

Event arguments containing the user assertion token. Handlers can modify UserAssertionToken to replace the assertion.

Applies to