Class AccessibilityChangedEventArgs
Provides data for the accessibility feature events.
Inheritance
System.Object
System.EventArgs
AccessibilityChangedEventArgs
Namespace: Telerik.ReportViewer.Common
Assembly: Telerik.ReportViewer.WinForms.dll
Syntax
public class AccessibilityChangedEventArgs : EventArgs
Constructors
AccessibilityChangedEventArgs()
Declaration
public AccessibilityChangedEventArgs()
Properties
Enabled
Determines the new state of the accessibility features
Declaration
public bool Enabled { get; set; }
Property Value
System.Boolean
|