DELEGATE in English translation

delegate
đại biểu
ủy thác
đại diện
ủy quyền
giao
giao phó
ủy nhiệm
uỷ quyền
delegates
đại biểu
ủy thác
đại diện
ủy quyền
giao
giao phó
ủy nhiệm
uỷ quyền
delegated
đại biểu
ủy thác
đại diện
ủy quyền
giao
giao phó
ủy nhiệm
uỷ quyền

Examples of using Delegate in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Event và Delegate dạng generic.
methods, events and delegates.
không phải delegate nào cũng thế.
not all delegates are like that.
Sự khác nhau cơ bản giữa chúng đó là delegate giữ tham chiếu đến 1 phương thức còn event cung cấp cách truy cập đến phương thức đó sử dụng delegate.
The basic difference between delegates and events is that delegates hold the reference of the methods and event provides a way to access that method using delegates.
Sau đây là một ví dụ về một component smart- list, component này đóng vai trò“ delegate” cho các component cụ thể hơn dựa trên các prop được truyền vào.
Here's an example of a smart-list component that delegates to more specific components, depending on the props passed to it.
interface, enumeration và delegate và các namespace khác.
enumerations, and delegates, in addition to other namespaces.
Sự kiện MouseUp sử dụng một delegate tên là MouseButtonEventHandler, sự kiện mà bạn đã đăng ký.
The MouseUp event uses a delegate called MouseButtonEventHandler, which you subscribe to.
Khi muốn thêm nhiều phương thức đối tượng delegate, bạn chỉ cần sử dụng overloaded+= operator.
When you want to add multiple methods to a delegate object, you simply make use of the overloaded+= operator, rather than a direct assignment.
Một Timer cho phép một xử lý( hình thức của một delegate) được gọi tại một thời gian xác định hay sau một chu kỳ nào đó trôi qua.
A timer allows a process- in the form of a delegate- to be called at a specific time or after a specific period of time has passed.
thú vị của Delegate là nó ko biết
useful property of a delegate is that it does not know
Một Delegate có thể tham chiếu tới một phương thức, mà có cùng dấu hiệu như của Delegate đó.
A delegate can hold the reference of only those methods whose signatures are same as that of the delegate..
Khi request hoàn thiện, delegate sẽ được gọi với hình ảnh
When the request completes, the delegate will be called with the image
Ứng dụng registers 1 delegate trong thư viện hình ảnh đã chia sẻ để bạn call đến bất cứ khi nào thư viện hình ảnh thay đổi.
The app registers a delegate on the shared photo library to be called whenever the photo library changes.
Delegate trong lớp Publisher sẽ gọi phương thức( trình xử lý sự kiện) của lớp Subscriber.
The delegate in the publisher class invokes the method(event handler) of the subscriber class.
sau đó viết 1 phương thức delegate kiểu như này.
then write a delegate method something like this.
Tuy nhiên ta vẫn chưa nắm rõ được quy trình truyền 1 delegate đến 1 phương thức khác.
However, you still haven't seen the process of actually passing a delegate to another method.
Khi một sự kiện phát sinh, phương thức của lớp subscribe sẽ được gọi thông qua delegate.
When the event is raised, the subscribing class's methods are invoked through the delegate.
Nói cách khác, bạn có thể gọi một phương thức mà có thể được tham chiếu bởi một Delegate bởi sử dụng đối tượng Delegate đó.
In other words, you can call a method that can be referenced by a delegate using that delegate object.
Hình thức khai báo các delegates xác định các phương thức có thể được tham chiếu bởi delegate.
The signature of the delegate determines the signature of methods that can be referenced by the delegate.
Để khai báo một Event bên trong một lớp, đầu tiên một kiểu delegate cho Event đó phải được khai báo.
To Declare an Event inside a Publisher class first we need to declare a delegate type for that event.
Một multicast delegate sẽ duy trì một danh sách các hàm và các hàm này sẽ được gọi khi delegate được gọi.
The multicast delegate maintains a list of functions that will be called when the delegate is invoked.
Results: 207, Time: 0.0209

Top dictionary queries

Vietnamese - English