Provides arguments for queryComplete events.
constructor(result: IOperationResult): QueryCompleteEventArgs
Initializes a new instance of the QueryCompleteEventArgs class.
The operation result of the query.
cast(obj: any): QueryCompleteEventArgs
Casts the specified object to QueryCompleteEventArgs type.
The object to cast.
Provides a value to use with events that do not have event data.