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