BCGControlBar Library for .NET
OnPropertyChanged Method (MDIContainer)




A PropertyChangedEventArgs that contains the event data.

Raises a PropertyChanged event which occurs when a property value changes.
Syntax
'Declaration
 
Public Overridable Sub OnPropertyChanged( _
   ByVal e As PropertyChangedEventArgs _
) 
'Usage
 
Dim instance As MDIContainer
Dim e As PropertyChangedEventArgs
 
instance.OnPropertyChanged(e)
public virtual void OnPropertyChanged( 
   PropertyChangedEventArgs e
)
public: virtual void OnPropertyChanged( 
   PropertyChangedEventArgs* e
) 
public:
virtual void OnPropertyChanged( 
   PropertyChangedEventArgs^ e
) 

Parameters

e

A PropertyChangedEventArgs that contains the event data.

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

MDIContainer Class
MDIContainer Members

Send Feedback