EventManager.GetRoutedEventsForOwner(Type) 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.
Finds all routed event identifiers for events that are registered with the provided owner type.
public:
static cli::array <System::Windows::RoutedEvent ^> ^ GetRoutedEventsForOwner(Type ^ ownerType);
public static System.Windows.RoutedEvent[] GetRoutedEventsForOwner (Type ownerType);
static member GetRoutedEventsForOwner : Type -> System.Windows.RoutedEvent[]
Public Shared Function GetRoutedEventsForOwner (ownerType As Type) As RoutedEvent()
Parameters
- ownerType
- Type
The type to start the search with. Base classes are included in the search.
Returns
An array of matching routed event identifiers if any match is found; otherwise, null
.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.