Represents event data when RadService is starting.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public class RadServiceStartingEventArgs : CancelEventArgs |
| Visual Basic |
|---|
Public Class RadServiceStartingEventArgs _
Inherits CancelEventArgs |
Inheritance Hierarchy
System..::..Object
System..::..EventArgs
System.ComponentModel..::..CancelEventArgs
Telerik.WinControls..::..RadServiceStartingEventArgs
See Also