Intersoft ClientUI Documentation
OnShowGridLinesPropertyChanged(Boolean,Boolean) Method



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

Parameters

oldValue
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

DisplayAxis Class
DisplayAxis Members

Send Feedback