Skip to content

WindowActivatedEventArgs

Summary

Provides data for WindowActivated event handlers

Signature

1
public class WindowActivatedEventArgs

Namespace

cAlgo.API

Properties

Window

Summary

The Window that got activated

Signature

1
public Window Window {get;}

Return Value

Window

Related Tutorials