Class NameManagerWindow
Interaction logic for NameManagerWindow.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 NameManagerWindow : CommandBaseWindow, INotifyPropertyChanged, IComponentConnector
Constructors
NameManagerWindow()
Declaration
public NameManagerWindow()
Properties
DataGrid_SelectedIndex
Gets or sets the DataGrid Selected Item's index.
Declaration
public int DataGrid_SelectedIndex { get; set; }
Property Value
Type |
---|
System.Int32 |
SelectedAddress
Gets or sets the SelectedAddress from the gridselected item.
Declaration
public string SelectedAddress { get; set; }
Property Value
Type |
---|
System.String |
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnKeyDown(KeyEventArgs)
Used to Handle the Key Down Operations
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.KeyEventArgs | e | The System.Windows.Input.KeyEventArgs instance containing the event data. |
Overrides
OnLoaded()
Declaration
protected override void OnLoaded()
Overrides
UnWireEvents()
Declaration
protected override void UnWireEvents()
Overrides
WireEvents()
Declaration
protected override void WireEvents()
Overrides
Events
PropertyChanged
Property changed handler listens to the changes made to the properties.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.ComponentModel.INotifyPropertyChanged
System.Windows.Markup.IComponentConnector