Intersoft ClientUI Documentation
OnSetSource Method



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

Syntax
Protected Overridable Sub OnSetSource( _
   ByVal source As Object _
) 
Dim instance As ISRoutedEventArgs
Dim source As Object
 
instance.OnSetSource(source)
protected virtual void OnSetSource( 
   object source
)
protected:
virtual void OnSetSource( 
   Object^ source
) 

Parameters

source
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISRoutedEventArgs Class
ISRoutedEventArgs Members

Send Feedback