DynamicsBaseHostedControl.SessionShowEvent(Session) Method

Definition

Called by the system to indicate that a session is being shown

protected:
 virtual void SessionShowEvent(Microsoft::Uii::Csr::Session ^ session);
protected virtual void SessionShowEvent (Microsoft.Uii.Csr.Session session);
abstract member SessionShowEvent : Microsoft.Uii.Csr.Session -> unit
override this.SessionShowEvent : Microsoft.Uii.Csr.Session -> unit
Protected Overridable Sub SessionShowEvent (session As Session)

Parameters

session
Session

The session that is being shown

Applies to