Intersoft ClientUI Documentation
OnIsTextSearchEnabledChanged Method



oldValue
newValue
IsTextSearchEnabled property changed handler.
Syntax
Protected Overridable Sub OnIsTextSearchEnabledChanged( _
   ByVal oldValue As Boolean, _
   ByVal newValue As Boolean _
) 
Dim instance As UXTreeView
Dim oldValue As Boolean
Dim newValue As Boolean
 
instance.OnIsTextSearchEnabledChanged(oldValue, newValue)
protected virtual void OnIsTextSearchEnabledChanged( 
   bool oldValue,
   bool newValue
)
protected:
virtual void OnIsTextSearchEnabledChanged( 
   bool oldValue,
   bool newValue
) 

Parameters

oldValue
oldValue
newValue
newValue
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

UXTreeView Class
UXTreeView Members

Send Feedback