Class RadSpreadsheetDialogContentBase<TContext>
Represents base for the dialogs content classes.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class RadSpreadsheetDialogContentBase<TContext> : RadSpreadsheetDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<TContext>, IRadSpreadsheetDialogContent where TContext : RadSpreadsheetDialogContext
Type Parameters
TContext
|
Constructors
RadSpreadsheetDialogContentBase()
Initializes a new instance of the Rad
Declaration
protected RadSpreadsheetDialogContentBase()
Properties
Context
Gets or sets the context.
Declaration
protected TContext Context { get; set; }
Property Value
TContext
The context. |
HostWindow
Gets the host window.
Declaration
protected RadWindow HostWindow { get; }
Property Value
Rad The host window. |
Methods
Close()
Closes this instance.
Declaration
public void Close()
CloseOverride()
Called on dialog closed.
Declaration
protected virtual void CloseOverride()
ExecuteOnNextClosed(Action)
Executes the specified action when the dialog is closed.
Declaration
public void ExecuteOnNextClosed(Action onClosed)
Parameters
System. The action. |
Implements
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
OnClosed()
Called when the dialog is closed.
Declaration
protected virtual void OnClosed()
Show(TContext)
Shows the dialog.
Declaration
public void Show(TContext context)
Parameters
TContext
context
The context. |
Implements
ShowDialog(TContext)
Shows the dialog as a modal dialog.
Declaration
public void ShowDialog(TContext context)
Parameters
TContext
context
The context. |
Implements
ShowDialogOverride()
Called before showing dialog.
Declaration
protected virtual void ShowDialogOverride()
ShowOverride()
Called before showing dialog.
Declaration
protected virtual void ShowOverride()
Events
Closed
Occurs when the dialog is closed.
Declaration
public event EventHandler Closed
Event Type
System.
|