ToolCreatedEventArgs 类
定义
表示重新承载的工具箱中的工具创建事件的事件自变量。Represents event arguments for the tool created event in the rehosted toolbox.
public ref class ToolCreatedEventArgs sealed : System::Windows::RoutedEventArgs
public sealed class ToolCreatedEventArgs : System.Windows.RoutedEventArgs
type ToolCreatedEventArgs = class
inherit RoutedEventArgs
Public NotInheritable Class ToolCreatedEventArgs
Inherits RoutedEventArgs
- 继承
注解
该事件自变量包含传递给 ToolCreatedEventHandler 的事件的相关数据。The event arguments contain data about the event that is passed to the ToolCreatedEventHandler.
属性
| Components |
返回一些组件,这些组件要包含在重新承载的工具箱内的工具创建事件中。Returns the components to be included in the tool creation event in the rehosted toolbox. |
| Handled |
获取或设置一个值,该值指示针对路由事件(在其经过路由时)的事件处理的当前状态。Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (继承自 RoutedEventArgs) |
| OriginalSource |
在父类进行任何可能的 Source 调整之前,获取由纯命中测试确定的原始报告源。Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (继承自 RoutedEventArgs) |
| RoutedEvent |
获取或设置与此 RoutedEventArgs 实例关联的 RoutedEvent。Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (继承自 RoutedEventArgs) |
| Source |
获取或设置对引发事件的对象的引用。Gets or sets a reference to the object that raised the event. (继承自 RoutedEventArgs) |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| InvokeEventHandler(Delegate, Object) |
当在派生类中重写时,提供特定于类型的调用事件处理程序的方式,该方式与基实现相比可提高效率。When overridden in a derived class, provides a way to invoke event handlers in a type-specific way, which can increase efficiency over the base implementation. (继承自 RoutedEventArgs) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| OnSetSource(Object) |
在派生类中重写时,每当实例的 Source 属性的值发生更改,则提供一个通知回调入口点。When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (继承自 RoutedEventArgs) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |