DataGrid.OnAllowNavigationChanged(EventArgs) Method

Definition

Raises the AllowNavigationChanged event.

protected:
 virtual void OnAllowNavigationChanged(EventArgs ^ e);
protected virtual void OnAllowNavigationChanged (EventArgs e);
abstract member OnAllowNavigationChanged : EventArgs -> unit
override this.OnAllowNavigationChanged : EventArgs -> unit
Protected Overridable Sub OnAllowNavigationChanged (e As EventArgs)

Parameters

e
EventArgs

An EventArgs that contains the event data.

Applies to