Skip to content

WindowDeactivatedEventArgs

Summary

Provides data for WindowDeactivated event handlers

Signature

1
public class WindowDeactivatedEventArgs

Namespace

cAlgo.API

Properties

Window

Summary

The window that got deactivated

Signature

1
public Window Window {get;}

Return Value

Window

Related Tutorials