EventBindingService.GetMethodHandlers(ModelEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract System::Collections::Generic::IEnumerable<System::String ^> ^ GetMethodHandlers(Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelEvent ^ modelEvent);
public abstract System.Collections.Generic.IEnumerable<string> GetMethodHandlers (Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelEvent modelEvent);
abstract member GetMethodHandlers : Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelEvent -> seq<string>
Public MustOverride Function GetMethodHandlers (modelEvent As ModelEvent) As IEnumerable(Of String)
Parameters
- modelEvent
- ModelEvent