Xceed Toolkit for Maui v2.0 Documentation
OnTextColorChanged Method (FilePicker)


Xceed.Maui.Toolkit Assembly > Xceed.Maui.Toolkit Namespace > FilePicker Class : OnTextColorChanged Method
Syntax
'Declaration
 
Protected Overrides Sub OnTextColorChanged( _
   ByVal oldValue As Color, _
   ByVal newValue As Color _
) 
'Usage
 
Dim instance As FilePicker
Dim oldValue As Color
Dim newValue As Color
 
instance.OnTextColorChanged(oldValue, newValue)
protected override void OnTextColorChanged( 
   Color oldValue,
   Color newValue
)

Parameters

oldValue
newValue
Requirements

Target Platforms: Windows 11, Windows 10, 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

FilePicker Class
FilePicker Members
Base Implementation in OnTextColorChanged