AGI Real-Time Framework 11 Send comments on this topic.
OnUiModified Method (IAgUiRtWindowHandleEvents)
See Also 
Sender
Windows






Windows & Linux

Description

Triggered when any modifications are made via the user interface.

Syntax

[Visual Basic .NET]
Public Sub OnUiModified( _
   ByVal Sender As IAgUiRtWindowHandle _
) 

[C#]
public void OnUiModified(
IAgUiRtWindowHandle Sender
);

[Managed C++]
public: void OnUiModified(
IAgUiRtWindowHandle ^ Sender
);

[Java]
public  onUiModified(
IAgUiRtWindowHandle Sender
);

[Unmanaged C++]
public: HRESULT OnUiModified(
IAgUiRtWindowHandle * Sender
);

Parameters

Sender

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface