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

ResolveSessionEventArgs Fields

Provides data for an object’s ResolveSession event.
Name Description
Empty static Provides a value to use with events that do not have event data. Inherited from EventArgs.
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.
See Also