←Select platform

OnSizeChanged Method (InteractiveService)

Summary

Informs the service that the size of the target or events elements have changed.

Syntax

C#
VB
Java
public virtual void OnSizeChanged(  
   EventArgs e 
) 
Public Overridable Sub OnSizeChanged( _ 
   ByVal e As EventArgs _ 
)  
public void onSizeChanged(LeadEvent e) 
             

Parameters

e
The event data.

Remarks

The ImageViewer will automatically call OnSizeChanged on its instance of InteractiveService when ImageViewer.onSizeChanged is called.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)