Class WorksheetUIUpdatedEventArgs
Represents worksheet UI update event arguments.
Inheritance
System.Object
System.EventArgs
WorksheetUIUpdatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Worksheets
Assembly: Telerik.WinControls.RadSpreadsheet.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. |