Android.OS.Message.What Property
User-defined message code so that the recipient can identify what this message is about.

Syntax

[Android.Runtime.Register("what")]
public int What { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

User-defined message code so that the recipient can identify what this message is about. Each Android.OS.Handler has its own name-space for message codes, so you do not need to worry about yours conflicting with other handlers.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1