WindowIsVisibleChangedEventArgs¶
Summary¶
Provides data for WindowIsVisibleChanged event handlers
Signature
1 |
|
Namespace¶
cAlgo.API
Properties¶
Window¶
Summary
The window which it's IsVisible property got changed
Signature
1 |
|
Return Value
Window
Related Tutorials
OldValue¶
Summary
The value of window IsVisible property before got changed
Signature
1 |
|
Return Value
bool
NewValue¶
Summary
The value of window IsVisible property after got changed
Signature
1 |
|
Return Value
bool