Class ResolveSessionEventArgs
- Namespace
- DevExpress.Xpo
- Assembly
- DevExpress.Xpo.v24.1.dll
Provides data for an object’s ResolveSession event.
public class ResolveSessionEventArgs : EventArgs
- Inheritance
-
ResolveSessionEventArgs
- Inherited Members
Constructors
ResolveSessionEventArgs()
Initializes a new instance of the ResolveSessionEventArgs class.
public ResolveSessionEventArgs()
Fields
Tag
Gets or sets an arbitrary object, which is passed with the ResolveSessionEventArgs.Session property. When using the XPInstantFeedbackSource, use Tag in the XPInstantFeedbackSource.ResolveSession event handler, to pass an object to the XPInstantFeedbackSource.DismissSession event handler.
public object Tag
Field Value
Properties
Session
Specifies the session to be used to load and save persistent objects.
public ISessionProvider Session { get; set; }
Property Value
- ISessionProvider
An object that implements ISessionProvider.