XPInstantFeedbackSource(XPClassInfo, String, CriteriaOperator, EventHandler<ResolveSessionEventArgs>, EventHandler<ResolveSessionEventArgs>) Constructor
Initializes a new instance of the XPInstantFeedbackSource class for the specified persistent class, with the specified settings.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
public XPInstantFeedbackSource(
XPClassInfo classInfo,
string displayableProperties,
CriteriaOperator fixedCriteria,
EventHandler<ResolveSessionEventArgs> resolveSession,
EventHandler<ResolveSessionEventArgs> dismissSession
)
#Parameters
Name | Type | Description |
---|---|---|
class |
XPClass |
An XPClass |
displayable |
String | A string that is a list of displayable properties, containing property paths separated by semicolons. This parameter value is used to initialize the XPInstant |
fixed |
Criteria |
A Criteria |
resolve |
Event |
An Event |
dismiss |
Event |
An Event |