Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event fired when shift key on keyboard is pressed.
public:
event Action<bool> ^ OnKeyboardShifted;
public event Action<bool> OnKeyboardShifted;
member this.OnKeyboardShifted : Action<bool>
Public Event OnKeyboardShifted As Action(Of Boolean)