Table of Contents

Class HandlesAttribute

Namespace
BlueByte.SOLIDWORKS.PDMProfessional.SDK.Attributes
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll

Add command menu attribute.

[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public class HandlesAttribute : Attribute, _Attribute
Inheritance
HandlesAttribute
Implements
Inherited Members

Constructors

HandlesAttribute(EdmCmdType)

public HandlesAttribute(EdmCmdType eventName)

Parameters

eventName EdmCmdType

Properties

EventName

Event name.

public EdmCmdType EventName { get; set; }

Property Value

EdmCmdType