Skip to content

WindowLocationChangedEventArgs

Summary

Provides data for WindowLocationChanged event handlers

Signature

1
public class WindowLocationChangedEventArgs

Namespace

cAlgo.API

Properties

Window

Summary

The window which it's location changed

Signature

1
public Window Window {get;}

Return Value

Window

Related Tutorials