KeyPressedOnCellEventHandler Delegate
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.
public delegate void KeyPressedOnCellEventHandler(System::Object ^ sender, KeyPressedOnCellEventArgs ^ args);
public delegate void KeyPressedOnCellEventHandler(object sender, KeyPressedOnCellEventArgs args);
type KeyPressedOnCellEventHandler = delegate of obj * KeyPressedOnCellEventArgs -> unit
Public Delegate Sub KeyPressedOnCellEventHandler(sender As Object, args As KeyPressedOnCellEventArgs)
Parameters
- sender
- Object