Copyright © 2008-2019 MultiMedia Soft

VstEditorResized event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the editor of the VST effect is resized.

For further details about synchronization through Events see the How to synchronize the container application through events tutorial.

 

 

Syntax

 

[Visual Basic]

Public Event VstEditorResized As VstEditorResizedEventHandler


 

[C#]

public event VstEditorResizedEventHandler VstEditorResized;


 

[C++]

public: __event VstEditorResizedEventHandler VstEditorResized;


 

 

Event Data

 

The event handler receives an argument of type VstEditorResizedEventArgs having the following parameters:

 

Parameters

Description

 

 

nIdVST

Unique identifier of the VST effect as returned by the Effects.VstLoad method.

nWidth

New width, expressed in pixels, of the VST effect's editor

nHeight

New height, expressed in pixels, of the VST effect's editor