PenInputPanelVisibleChangedEventArgs.PenInputPanelVisibleChangedEventArgs Constructor
PenInputPanelVisibleChangedEventArgs.PenInputPanelVisibleChangedEventArgs Constructor |
Initializes a new instance of the PenInputPanelVisibleChangedEventArgs class.
Definition
Visual Basic .NET Public Sub PenInputPanelVisibleChangedEventArgs( _
ByVal newVisibility As Boolean _
)C# public PenInputPanelVisibleChangedEventArgs(
bool newVisibility
);Managed C++ public: PenInputPanelVisibleChangedEventArgs(
bool *newVisibility
);
Parameters
newVisibility System.Boolean. Set to true if the PenInputPanel object has become visible; otherwise false.
See Also