PLinqInstantFeedbackSource Constructors
The data source for the GridControl and SearchLookUpEdit that binds these controls to any enumerable source in Instant Feedback Mode.Name | Parameters | Description |
---|---|---|
PLinqInstantFeedbackSource() | none | Initializes a new instance of the PLinqInstantFeedbackSource class. |
PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>, Action<GetEnumerableEventArgs>) | getEnumerable, freeEnumerable | Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. |
PLinqInstantFeedbackSource(Action<GetEnumerableEventArgs>) | getEnumerable | Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. |
PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>, EventHandler<GetEnumerableEventArgs>) | getEnumerable, freeEnumerable | Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. |
PLinqInstantFeedbackSource(EventHandler<GetEnumerableEventArgs>) | getEnumerable | Initializes a new instance of the PLinqInstantFeedbackSource with the specified settings. |
See Also