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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1