'Declaration
Public QueryData As EventHandler(Of ReturnEventArgs(Of Nullable(Of InsertShiftDirection)))
'Usage
Dim instance As ClipboardInsertCommand Dim value As EventHandler(Of ReturnEventArgs(Of Nullable(Of InsertShiftDirection))) value = instance.QueryData instance.QueryData = value
public EventHandler<ReturnEventArgs<Nullable<InsertShiftDirection>>> QueryData