示例#1
0
 /// <summary>
 /// Returns true if an event listener of the specified type has been added with <see cref="AddEventListener{T}(object, Action{T})"/>
 /// </summary>
 /// <param name="name">A string that represents the name of the event</param>
 /// <returns></returns>
 public bool HasEventListener(object name)
 {
     return(udpm.HasEventListener(name));
 }