AutomationEventArgsMapping.EventArgsType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get or sets the event arguments type.
public:
property Type ^ EventArgsType { Type ^ get(); void set(Type ^ value); };
public Type EventArgsType { get; set; }
member this.EventArgsType : Type with get, set
Public Property EventArgsType As Type