SpecificationTHandleMaximumResultsUpdated Method |
Handles the occurrence of a changed maximum for the number of records that must be retrieved.
Namespace:
Enkoni.Framework
Assembly:
Enkoni.Framework.Specifications (in Enkoni.Framework.Specifications.dll) Version: 1.3.0.1
Syntaxprotected void HandleMaximumResultsUpdated(
Object sender,
EventArgs<int> args
)
Protected Sub HandleMaximumResultsUpdated (
sender As Object,
args As EventArgs(Of Integer)
)
protected:
void HandleMaximumResultsUpdated(
Object^ sender,
EventArgs<int>^ args
)
member HandleMaximumResultsUpdated :
sender : Object *
args : EventArgs<int> -> unit
Parameters
- sender
- Type: SystemObject
The object that raised the event. - args
- Type: Enkoni.FrameworkEventArgsInt32
Some additional information regarding the event.
See Also