Код: Выделить всё
public event CommandEventHandler ProductSelectionChanged;
Код: Выделить всё
if (ProductSelectionChanged != null)
{
ProductSelectionChanged(this, e);
}
Код: Выделить всё
Protected WithEvents products As DisplayProductSelection.
Код: Выделить всё
public event CommandEventHandler ProductSelectionChanged;
Код: Выделить всё
if (ProductSelectionChanged != null)
{
ProductSelectionChanged(this, e);
}
Код: Выделить всё
Protected WithEvents products As DisplayProductSelection.