PropertyGeneratedEventArgs Class   
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.
Provides data for the OnPropertyGenerated event.
public ref class PropertyGeneratedEventArgs sealed : EventArgs
	public sealed class PropertyGeneratedEventArgs : EventArgs
	type PropertyGeneratedEventArgs = class
    inherit EventArgs
	Public NotInheritable Class PropertyGeneratedEventArgs
Inherits EventArgs
		- Inheritance
 
Constructors
| PropertyGeneratedEventArgs() | 
		 Initializes a new instance of the PropertyGeneratedEventArgs class.  | 
        	
| PropertyGeneratedEventArgs(MetadataItem, String, CodeTypeReference) | 
		 Initializes a new instance of the PropertyGeneratedEventArgs class with the specified property source, backing field name, and return type.  | 
        	
Properties
| AdditionalAttributes | 
		 Gets a   | 
        	
| AdditionalGetStatements | 
		 Gets a   | 
        	
| AdditionalSetStatements | 
		 Gets a   | 
        	
| BackingFieldName | 
		 Gets the name of the field that backs the property.  | 
        	
| PropertySource | 
		 Gets the MetadataItem object that is the source of the property.  | 
        	
| ReturnType | 
		 Gets or sets the type of the property.  | 
        	
Methods
| Equals(Object) | 
		 Determines whether the specified object is equal to the current object. (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) |