RolePlayerChangedEventArgs Class

Provides data for the RolePlayerChanged event.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Class RolePlayerChangedEventArgs _
    Inherits GenericEventArgs
'Usage
Dim instance As RolePlayerChangedEventArgs
public class RolePlayerChangedEventArgs : GenericEventArgs
public ref class RolePlayerChangedEventArgs : public GenericEventArgs
public class RolePlayerChangedEventArgs extends GenericEventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Modeling.ModelingEventArgs
      Microsoft.VisualStudio.Modeling.GenericEventArgs
        Microsoft.VisualStudio.Modeling.RolePlayerChangedEventArgs

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.

See Also

Reference

RolePlayerChangedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace