ClassProtectionTabContent
Represents the content of the protection tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class ProtectionTabContent : FormatCellsTabContentBase<IProtectionTabContext>, IFormatCellsTabContent<IProtectionTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Inheritance: objectControlBaseFormatCellsTabContentBase<IProtectionTabContext>ProtectionTabContent
Implements:
Inherited Members
Constructors
ProtectionTabContent()
Initializes a new instance of the ProtectionTabContent class.
Declaration
public ProtectionTabContent()
Properties
Methods
CopyPropertiesFromContext(IProtectionTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IProtectionTabContext context)
Parameters
context
The context.
Overrides
CopyPropertiesToContext(IProtectionTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IProtectionTabContext context)
Parameters
context
The context.
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
OnPropertyChanged(string)
Called when a property is changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
propertyName
Name of the property.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements