Name

UICuesEventArgs

Synopsis

This class encapsulates the data for the Control.ChangeUICues event. It allows you to determine which of the UICues have Changed.


public class UICuesEventArgs : EventArgs {

// Public Constructors

   public UICuesEventArgs(UICues uicues);

// Public Instance Properties

   public UICues Changed{get; }

   public bool ChangeFocus{get; }

   public bool ChangeKeyboard{get; }

   public bool ShowFocus{get; }

   public bool ShowKeyboard{get; }

}

Hierarchy

System.Object System.EventArgs UICuesEventArgs

Passed To

Control.OnChangeUICues(), UICuesEventHandler.{BeginInvoke(), Invoke()}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.