Represents information dialog content.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class InformationDialogContent : InformationDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<InformationDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<InformationDialogContext>InformationDialogContentBaseInformationDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the InformationDialogContent class.
C#
public InformationDialogContent()
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called before showing dialog.
C#
protected override void ShowDialogOverride()
Overrides: