StopDialogContent
Class
Represents stop dialog content.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class StopDialogContent : StopDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<StopDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<StopDialogContext>StopDialogContentBaseStopDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the StopDialogContent class.
C#
public StopDialogContent()
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: