Class DefaultRadPane
Inheritance
System.Object
DefaultRadPane
Assembly: Simplic.Framework.Base.dll
Syntax
public class DefaultRadPane : RadPane
Methods
|
Improve this Doc
View Source
Close()
Declaration
|
Improve this Doc
View Source
OnClosed(EventArgs)
Declaration
public virtual void OnClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
|
Improve this Doc
View Source
OnClosing(CancelEventArgs)
Declaration
public virtual void OnClosing(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
Events
|
Improve this Doc
View Source
Closed
Declaration
public event EventHandler Closed
Event Type
Type |
Description |
System.EventHandler |
|
|
Improve this Doc
View Source
Closing
Declaration
public event CancelEventHandler Closing
Event Type
Type |
Description |
System.ComponentModel.CancelEventHandler |
|