Class WorksheetUIUpdatedEventArgs
Represents worksheet UI update event arguments.
Inheritance
System.Object
WorksheetUIUpdatedEventArgs
Namespace: Telerik.Windows.Controls.Spreadsheet.Worksheets
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class WorksheetUIUpdatedEventArgs : EventArgs
Constructors
WorksheetUIUpdatedEventArgs(WorksheetUIUpdateContext)
Initializes a new instance of the WorksheetUIUpdatedEventArgs class.
Declaration
public WorksheetUIUpdatedEventArgs(WorksheetUIUpdateContext uiUpdateContext)
Parameters
WorksheetUIUpdateContext
uiUpdateContext
The UI update context. |
Properties
UIUpdateContext
Gets the UI update context.
Declaration
public WorksheetUIUpdateContext UIUpdateContext { get; }
Property Value
WorksheetUIUpdateContext
The UI update context. |