Class CreatePropertyEventArgs
Provides data for the create property event in PropertyGrid.
public class CreatePropertyEventArgs : HandledEventArgs
- Inheritance
-
CreatePropertyEventArgs
Constructors
- CreatePropertyEventArgs(string, string, object, PropertyInfo)
Initializes a new instance of the CreatePropertyEventArgs class.
Properties
- Instance
Object instance which contains the property.
- Label
Property label.
- PropInfo
Property information.
- PropName
Property name in PropertyGrid.
- PropertyItem
Result property item.