ClassAccessibilityChangedEventArgs
Class
Provides data for the accessibility feature events.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
cs-api-definition
public class AccessibilityChangedEventArgs : EventArgs
Inheritance: objectEventArgsAccessibilityChangedEventArgs
Constructors
AccessibilityChangedEventArgs()
Declaration
cs-api-definition
public AccessibilityChangedEventArgs()
Properties
Enabled
Determines the new state of the accessibility features
Declaration
cs-api-definition
public bool Enabled { get; set; }
Property Value
bool