Intersoft ClientUI Documentation
OnSetSource Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISRoutedEventArgs Class : OnSetSource Method






source

When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnSetSource( _
   ByVal source As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISRoutedEventArgs
Dim source As Object
 
instance.OnSetSource(source)
C# 
protected virtual void OnSetSource( 
   object source
)
Delphi 
protected procedure OnSetSource( 
    source: TObject
); virtual; 
JScript 
protected function OnSetSource( 
   source : Object
);
Managed Extensions for C++ 
protected: virtual void OnSetSource( 
   Object* source
) 
C++/CLI 
protected:
virtual void OnSetSource( 
   Object^ source
) 

Parameters

source

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.