ListItemSubField.OnKeyPress(DiagramKeyPressEventArgs) Method
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.
Invokes the editor if the field is editable and any alpha-numeric character is typed.
public:
override void OnKeyPress(Microsoft::VisualStudio::Modeling::Diagrams::DiagramKeyPressEventArgs ^ e);
public override void OnKeyPress (Microsoft.VisualStudio.Modeling.Diagrams.DiagramKeyPressEventArgs e);
override this.OnKeyPress : Microsoft.VisualStudio.Modeling.Diagrams.DiagramKeyPressEventArgs -> unit
Public Overrides Sub OnKeyPress (e As DiagramKeyPressEventArgs)
Parameters
The DiagramKeyPressEventArgs that contains event data.