Class ProtectSheetWindow
Interaction logic for ProtectSheetCommand.xaml
Implements
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class ProtectSheetWindow : CommandBaseWindow, IComponentConnector
Constructors
ProtectSheetWindow()
Constructor for ProtectSheetCommand
Declaration
public ProtectSheetWindow()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnApplySettings()
This function is invoked to apply the protection to the sheet based on options
Declaration
protected override void OnApplySettings()
Overrides
OnLoaded()
This function is called when the window is loaded
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
To unhook the events
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
To hook the events
Declaration
protected override void WireEvents()
Overrides
Implements
System.Windows.Markup.IComponentConnector