SP.PageRequestSucceededEventArgs(executor) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.PageRequestSucceededEventArgs class with the specified executor of the page request.
var value = new PageRequestSucceededEventArgs(executor);
Parameters
executor
Type: WebRequestExecutor
The executor of the page request.
Remarks
This constructor sets the SP.PageRequestSucceededEventArgs.executor Property property to executor.
Applies To
SP.PageRequestSucceededEventArgs Class
See Also
Reference
SP.PageRequestSucceededEventArgs Methods