Here are the examples of the csharp api class System.Windows.Forms.Control.ControlAccessibleObject.NotifyClients(System.Windows.Forms.AccessibleEvents, int) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
2 Examples
0
1. Example
View licensepublic void NotifySelectionChanged(int index) { if (index >= 0) NotifyClients(AccessibleEvents.Focus, index); }
0
2. Example
View licensepublic void NotifySelectionChanged(int index) { if (index >= 0) NotifyClients(AccessibleEvents.Focus, index); }