Class RadConfirm
RadConfirm requests the user the confirm given question.
Inherited Members
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
[TelerikToolboxCategory("Navigation")]
public class RadConfirm : RadAlert
Constructors
RadConfirm()
Initializes a new instance of the RadConfirm class.
Declaration
public RadConfirm()
Fields
ContentAreaMarginProperty
Identifies the ContentAreaMargin dependency property.
Declaration
public static readonly DependencyProperty ContentAreaMarginProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ContentAreaMargin
Gets or sets the Margin of ContentPresenter that represents the content area in the dialog.
Declaration
public Thickness ContentAreaMargin { get; set; }
Property Value
System.Windows.Thickness
|
Methods
Configure(RadWindow, DialogParameters)
Configures RadConfirm according to the RadWindow specified.
Declaration
public override void Configure(RadWindow window, DialogParameters pars)
Parameters
RadWindow
window
RadWindow in which the RadConfirm will appear. |
DialogParameters
pars
Structure that holds all possible parameters for customizing dialog window. |
Overrides
OnCancel(EventArgs)
Raises the Cancel event.
Declaration
protected virtual void OnCancel(EventArgs e)
Parameters
System.EventArgs
e
The System.EventArgs instance containing the event data. |
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event and sets System.Windows.FrameworkElement.DefaultStyleKey from the active theme.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |
Overrides
SetupBindingsAndCommands()
This method is called just after the template is applied and is meant to setup the Ok and Cancel buttons. It should be removed for Q3 2011.
Declaration
protected override void SetupBindingsAndCommands()
Overrides
Events
Cancel
Occurs when the user presses the cancel button.
Declaration
public event EventHandler Cancel
Event Type
System.EventHandler
|