Provides data for the accessibility feature events.
Definition
Namespace:Telerik.ReportViewer.Common
Assembly:Telerik.ReportViewer.WinForms.dll
Syntax:
C#
public class AccessibilityChangedEventArgs : EventArgs
Inheritance: objectEventArgsAccessibilityChangedEventArgs
Constructors
C#
public AccessibilityChangedEventArgs()
Properties
Enabled
bool
Determines the new state of the accessibility features
C#
public bool Enabled { get; set; }