Action<IAutoCompleteItem> DeleteItemDelegate { get; }ReadOnly Property DeleteItemDelegate As Action(Of IAutoCompleteItem)
Getproperty Action<IAutoCompleteItem^>^ DeleteItemDelegate {
Action<IAutoCompleteItem^>^ get ();
}abstract DeleteItemDelegate : Action<IAutoCompleteItem> with get