Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

SessionManipulationEventArgs Class

Provides data for all session handling events.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.1.dll

Declaration

public class SessionManipulationEventArgs :
    EventArgs

Remarks

The SessionManipulationEventArgs class provides the SessionManipulationEventArgs.Session property which allows the processed session to be identified.

Inheritance

Object
EventArgs
SessionManipulationEventArgs
See Also