Skip to content

WindowSizeChangedEventArgs

Summary

Provides data for WindowSizeChanged event handlers

Signature

1
public class WindowSizeChangedEventArgs

Namespace

cAlgo.API

Properties

Window

Summary

The window which it's size changed

Signature

1
public Window Window {get;}

Return Value

Window

Related Tutorials