Class FormatCellsWindow
Interaction logic for FormatAsTableWindow.xaml
Implements
System.ComponentModel.INotifyPropertyChanged
System.Windows.Markup.IComponentConnector
Inherited Members
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public class FormatCellsWindow : CommandBaseWindow, INotifyPropertyChanged, IComponentConnector
Constructors
FormatCellsWindow()
Initialize the values from the constructor
Declaration
public FormatCellsWindow()
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnApplySettings()
Apply the required changes into xlsio range by using commands.
Declaration
protected override void OnApplySettings()
Overrides
OnClosed(EventArgs)
close the window.
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Overrides
UnWireEvents()
unhook the all the hooked events from this method.
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Hook the required events from this method.
Declaration
protected override void WireEvents()
Overrides
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
System.Windows.Markup.IComponentConnector