NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICurrencyList.RemoveOnPositionChanged

[To be supplied.]

[Visual Basic]
Sub RemoveOnPositionChanged( _
   ByVal handler As EventHandler _
)
[C#]
void RemoveOnPositionChanged(
   EventHandler handler
);
[C++]
void RemoveOnPositionChanged(
   EventHandler* handler
) = 0;
[JScript]
function RemoveOnPositionChanged(
   handler : EventHandler
);

Parameters

handler
[To be supplied.]

See Also

ICurrencyList Interface | ICurrencyList Members | System.Data Namespace