Click or drag to resize
ResourcesPopulatingEventArgs Class
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    System.ComponentModelCancelEventArgs
      Kettic.AspNet.ControlsResourcesPopulatingEventArgs

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ResourcesPopulatingEventArgs : CancelEventArgs

The ResourcesPopulatingEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCredentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
Public propertyHeaders
Gets a collection of header name/value pairs associated with the request.
Public propertySchedulerInfo
Gets or sets the ISchedulerInfo object that will be passed to the web service.
Public propertyServicePath
Gets or sets the URI for the request that is about to be made by a KaxScheduler.
Top
See Also