Share via


DynamicsBaseHostedControl.SessionCreatedEvent(Session) Method

Definition

Called by the system to indicate a session was created

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

Parameters

session
Session

A reference to the new session

Applies to