ErrorsChangedEventArgs Class
Represents errors changed event arguments.
Namespace: Microsoft.Data.Schema.Common
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public NotInheritable Class ErrorsChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As ErrorsChangedEventArgs
public sealed class ErrorsChangedEventArgs : EventArgs
public ref class ErrorsChangedEventArgs sealed : public EventArgs
public final class ErrorsChangedEventArgs extends EventArgs
[<SealedAttribute>]
type ErrorsChangedEventArgs =
class
inherit EventArgs
end
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Data.Schema.Common.ErrorsChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.