Performs actions that should be taken when the KeyUp event occurs.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)
Public Function NotifyKeyUp ( _ e As KeyEventArgs _ ) As Boolean
public bool NotifyKeyUp( KeyEventArgs e )
Type: System.Windows.Forms.KeyEventArgs
A KeyEventArgs object that contains the event data.