BCGControlBar Library for .NET
OnTabPropertyChanged Method




A TabCommand object which property has been changed.
A PropertyChangedEventArgs that contains an event data.
Called by the framework when  any property changed at the TabCommandObject.
Syntax
'Declaration
 
Public Sub OnTabPropertyChanged( _
   ByVal sender As Object, _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As RibbonControl
Dim sender As Object
Dim e As PropertyChangedEventArgs
 
instance.OnTabPropertyChanged(sender, e)
public void OnTabPropertyChanged( 
   object sender,
   PropertyChangedEventArgs e
)
public: void OnTabPropertyChanged( 
   Object* sender,
   PropertyChangedEventArgs* e
) 
public:
void OnTabPropertyChanged( 
   Object^ sender,
   PropertyChangedEventArgs^ e
) 

Parameters

sender
A TabCommand object which property has been changed.
e
A PropertyChangedEventArgs that contains an event data.

Return Value

This function invalidate the specified TabCommandObject when its properties Pressed or Highlighted were changed.
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

RibbonControl Class
RibbonControl Members

Send Feedback