Skip to content

WindowIsVisibleChangedEventArgs

Summary

Provides data for WindowIsVisibleChanged event handlers

Signature

1
public class WindowIsVisibleChangedEventArgs

Namespace

cAlgo.API

Properties

Window

Summary

The window which it's IsVisible property got changed

Signature

1
public Window Window {get;}

Return Value

Window

Related Tutorials

OldValue

Summary

The value of window IsVisible property before got changed

Signature

1
public bool OldValue {get;}

Return Value

bool

NewValue

Summary

The value of window IsVisible property after got changed

Signature

1
public bool NewValue {get;}

Return Value

bool