public class UnknownArgumentEventArgs : EventArgsPublic Class UnknownArgumentEventArgs
	Inherits EventArgs
Dim instance As UnknownArgumentEventArgspublic ref class UnknownArgumentEventArgs : public EventArgs| UnknownArgumentEventArgs | Initializes a new instance of the UnknownArgumentEventArgs class. | 
| CancelParsing | Gets or sets a value that indicates whether parsing should be canceled when the event handler returns. | 
| Ignore | Gets or sets a value that indicates whether the unknown argument will be ignored. | 
| IsCombinedSwitchToken | Gets a value that indicates whether this argument is one among a token containing several combined short name switches. | 
| Name | Gets the name of the unknown argument. | 
| Token | Gets the token for the unknown argument. | 
| Value | Gets the value of the unknown argument. | 
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object)  | 
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object)  | 
| GetHashCode | Serves as the default hash function. (Inherited from Object)  | 
| GetType | Gets the Type of the current instance. (Inherited from Object)  | 
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object)  | 
| ToString | Returns a string that represents the current object. (Inherited from Object)  |