public void Raise<T>(
	string customCommandKey,
	ArrayColumn<T> untypedArgs
)
Public Sub Raise(Of T) ( 
	customCommandKey As String,
	untypedArgs As ArrayColumn(Of T)
)member Raise : 
        customCommandKey : string * 
        untypedArgs : ArrayColumn<'T> -> unit