TraceEventServiceSettings.PropertyChanged Event
Applies to: Semantic Logging Application Block 1.0
Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.dll) Version: 1.0.0.0 (1.0.1304.0)
Syntax
public event PropertyChangedEventHandler PropertyChanged
'Declaration
Public Event PropertyChanged As PropertyChangedEventHandler
public:
virtual event PropertyChangedEventHandler^ PropertyChanged {
void add (PropertyChangedEventHandler^ value);
void remove (PropertyChangedEventHandler^ value);
}
Value
Type: System.ComponentModel.PropertyChangedEventHandler
Implements
INotifyPropertyChanged.PropertyChanged
See Also
TraceEventServiceSettings Class
TraceEventServiceSettings Members
Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Etw.Configuration Namespace