EventFieldInfo.ComponentId 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.
Identifies the component whose render tree contains the affected form field.
public:
property int ComponentId { int get(); void set(int value); };
public int ComponentId { get; set; }
member this.ComponentId : int with get, set
Public Property ComponentId As Integer