Class ListenForAttribute
- Namespace
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.Attributes
- Assembly
- BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class ListenForAttribute : Attribute, _Attribute
- Inheritance
-
ListenForAttribute
- Implements
- Inherited Members
Constructors
ListenForAttribute(EdmCmdType)
Creates a new instance of the ListenFor attribute
public ListenForAttribute(EdmCmdType _event)
Parameters
_event
EdmCmdType
Properties
Event
PDM event to listen to
public EdmCmdType Event { get; }
Property Value
- EdmCmdType