OnItemClicked() приватный Метод

private OnItemClicked ( ArcGISPortalItem arcGISPortalItem ) : void
arcGISPortalItem ArcGISPortalItem
Результат void
Пример #1
0
 /// <summary>
 /// Defines the method to be called when the command is invoked.
 /// </summary>
 /// <param name="parameter">Data used by the command. If the command does not require data to be passed,
 /// this object can be set to null.</param>
 public void Execute(object parameter)
 {
     m_owner.OnItemClicked(parameter as ArcGISPortalItem);
 }