Class SessionManipulationEventArgs
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Provides data for all session handling events.
public class SessionManipulationEventArgs : EventArgs
- Inheritance
-
SessionManipulationEventArgs
- Inherited Members
Constructors
SessionManipulationEventArgs(Session)
Initializes a new instance of the SessionManipulationEventArgs class.
public SessionManipulationEventArgs(Session session)
Parameters
session
SessionA Session object which represents the processed session. This value is assigned to the SessionManipulationEventArgs.Session property.
Properties
Session
Gets the session currently being processed.
public Session Session { get; }